home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / NTS CD Manager 4.4 / CDMan4_4.exe / 0 / RCDATA / TPUJCITFORM / TPUJCITFORM.txt < prev   
Text File  |  2002-04-24  |  1KB  |  70 lines

  1. object PujcitForm: TPujcitForm
  2.   Left = 298
  3.   Top = 163
  4.   Width = 266
  5.   Height = 120
  6.   BorderIcons = []
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Puj'#269'it komu?'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 258
  24.     Height = 86
  25.     Align = alClient
  26.     Caption = 'P'#367'j'#269'en'#237' CD'
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 8
  30.       Top = 16
  31.       Width = 30
  32.       Height = 13
  33.       Caption = 'Komu:'
  34.     end
  35.     object Edit1: TEdit
  36.       Left = 8
  37.       Top = 32
  38.       Width = 241
  39.       Height = 21
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clMaroon
  42.       Font.Height = -11
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       TabOrder = 0
  47.     end
  48.     object Button1: TButton
  49.       Left = 176
  50.       Top = 56
  51.       Width = 75
  52.       Height = 25
  53.       Caption = 'OK'
  54.       Default = True
  55.       ModalResult = 1
  56.       TabOrder = 1
  57.       OnClick = Button1Click
  58.     end
  59.     object Button2: TButton
  60.       Left = 96
  61.       Top = 56
  62.       Width = 75
  63.       Height = 25
  64.       Caption = 'Storno'
  65.       ModalResult = 2
  66.       TabOrder = 2
  67.     end
  68.   end
  69. end
  70.